home *** CD-ROM | disk | FTP | other *** search
- function FNsend()
- {
- LVwrite = new LoadVars();
- LVwrite.game_id = _root.game_id;
- LVwrite.user_id = _root.user_id;
- LVwrite.pass = _root.homepage;
- LVwrite.score = _root.score;
- LVwrite.onLoad = function()
- {
- _root.ranking = this.result;
- delete LVwrite;
- };
- LVwrite.sendAndLoad("http://" + _root.homepage + "/" + _root.site + "/end." + _root.prog + "?ran=" + random(1000),LVwrite,"POST");
- getURL("javascript:end_game(" + _root.score + ")","");
- }
- stopAllSounds();
- _root.FNsend();
- if(_root.check_id == "" || _root.check_id == undefined || _root.check_id == null)
- {
- _root.user_id = "guest";
- _root.nextFrame();
- }
-